home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / xfree0.4.lcm / lib / X11 / xkb / symbols / pc / br < prev    next >
Encoding:
Text File  |  2004-03-24  |  2.3 KB  |  60 lines

  1.  
  2. // based on 
  3. // "a very simple Brasilian ABNT2 keybaord
  4. // by Ricardo Y. Igarashi (iga@that.com.br)
  5. // Adds suport for dead-keys in I18N applications
  6. // by Conectiva  (http://www.conectiva.com.br)"
  7. //
  8. // $XFree86: xc/programs/xkbcomp/symbols/pc/br,v 1.4 2003/12/09 13:51:34 pascal Exp $
  9.  
  10. xkb_symbols "abnt2" {
  11.  
  12.     include "pc/latin"
  13.  
  14.     name[Group1]="Brazilian";
  15.  
  16.     key <AE02>    { [         2,         at,  twosuperior,      onehalf ]    };
  17.     key <AE03>    { [         3, numbersign, threesuperior, threequarters ] };
  18.     key <AE04>    { [         4,     dollar,     sterling,   onequarter ]    };
  19.     key <AE05>    { [         5,    percent,         cent, threeeighths ]    };
  20.     key <AE06>    { [         6, dead_diaeresis,  notsign,    diaeresis ]    };
  21.     key <AE12>    { [     equal,       plus,      section,  dead_ogonek ]    };
  22.  
  23.     key <AD03>    { [         e,          E,     EuroSign,     EuroSign ]    };
  24.     key <AD04>    { [         r,          R,   registered,   registered ]    };
  25.     key <AD11>    { [dead_acute, dead_grave,        acute,        grave ]    };
  26.     key <AD12>    { [bracketleft,  braceleft, ordfeminine,  dead_macron ]    };
  27.  
  28.     key <AC10>    { [  ccedilla,   Ccedilla,  dead_acute, dead_doubleacute] };
  29.     key <AC11>    { [dead_tilde, dead_circumflex, asciitilde, asciicircum ] };
  30.     key <AC12>  { [bracketright, braceright,  masculine,    masculine   ] };
  31.  
  32.     key <TLDE>    { [apostrophe,   quotedbl,      notsign,      notsign ]    };
  33.  
  34.     key <BKSL>    { [ backslash,        bar,    masculine,   dead_breve ]    };
  35.     key <AB03>    { [         c,          C,    copyright,    copyright ]    };
  36.     key <AB07>  { [         m,          M,           mu,           mu ] };
  37.     key <AB10>    { [ semicolon,    colon, dead_belowdot, dead_abovedot ]    };
  38.  
  39. // ABNT-2 keyboard has this special key
  40.  
  41.     key <AB11>    { [     slash,   question,       degree, questiondown ]    };
  42.  
  43.     key <KPPT>    { [KP_Decimal ]    };
  44.     key <KPDL>    { [ KP_Delete,      comma ]    };
  45.  
  46.     include "level3(ralt_switch_multikey)"
  47. };
  48.  
  49. partial alphanumeric_keys
  50. xkb_symbols "nodeadkeys" {
  51.  
  52.     include "pc/br(abnt2)" // for consistent naming
  53.  
  54.     key <AE06>    { [         6,  diaeresis,      notsign,      notsign ]    };
  55.     key <AD11>    { [apostrophe,      grave ]    };
  56.     key <AC10>    { [  ccedilla,   Ccedilla,        acute,  doubleacute ]    };
  57.     key <AC11>    { [asciitilde, asciicircum ]    };
  58.     key <AB10>    { [ semicolon,      colon, dead_belowdot,    abovedot ]    };
  59. };
  60.